overlay: Remove empty finalize implementation
authorTimm Bäder <mail@baedert.org>
Tue, 13 Oct 2020 03:36:03 +0000 (05:36 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Oct 2020 19:06:12 +0000 (15:06 -0400)
gtk/gtkoverlaylayout.c

index 8d496ca497c1b2eb7946d74343f8f12c71a56746..8795f96684a6118eb7b5fd0e20146abb1d13f91c 100644 (file)
@@ -117,14 +117,6 @@ gtk_overlay_layout_child_get_property (GObject    *gobject,
     }
 }
 
-static void
-gtk_overlay_layout_child_finalize (GObject *gobject)
-{
-  //GtkOverlayLayoutChild *self = GTK_OVERLAY_LAYOUT_CHILD (gobject);
-
-  G_OBJECT_CLASS (gtk_overlay_layout_child_parent_class)->finalize (gobject);
-}
-
 static void
 gtk_overlay_layout_child_class_init (GtkOverlayLayoutChildClass *klass)
 {
@@ -132,7 +124,6 @@ gtk_overlay_layout_child_class_init (GtkOverlayLayoutChildClass *klass)
 
   gobject_class->set_property = gtk_overlay_layout_child_set_property;
   gobject_class->get_property = gtk_overlay_layout_child_get_property;
-  gobject_class->finalize = gtk_overlay_layout_child_finalize;
 
   /**
    * GtkOverlayLayoutChild:measure: